home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem install and setup ready-to-run version
- if not exist c:\doomtool\run_doom.bat goto new
- echo The ToolKit for Doom is already installed.
- goto exit
- :new
- md c:\doomtool
- \utils\havedoom.exe
- if errorlevel 1 goto exit
- if errorlevel 0 goto hasit
- :hasit
- echo I have installed the ToolKit for Doom on your system.
- :exit
-